[SWT/RCP] Alpha blending is slow on linux
Posted
by elgcom
on Stack Overflow
See other posts from Stack Overflow
or by elgcom
Published on 2010-05-17T08:05:22Z
Indexed on
2010/05/17
8:10 UTC
Read the original article
Hit count: 296
we are developing an SWT/RCP(Eclipse 3.5) application on both Windows and Linux (on identical hardware). The application is a GIS app which shows several layered maps(PNG images) rendered with alpha blending.
org.eclipse.draw2d.Graphics.setAlpha(...);
org.eclipse.draw2d.Graphics.drawImage(...);
On Windows the performance is pretty good, but on Linux it is very poor.
is that a Linux(GTK/KDE) problem? or is there any workaround to improve the performance on Linux?
© Stack Overflow or respective owner